Revert "Add a notion of "physical" sysroot, use for remote writing"
authorColin Walters <walters@verbum.org>
Fri, 2 Jun 2017 13:27:52 +0000 (09:27 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 2 Jun 2017 14:11:58 +0000 (14:11 +0000)
commitcad42d960150db19bfaa518a06cea1febeb8fb58
treecbae57dc596abf1dd0de0c483f96cc545c8bea9d
parent2fdbdd4b2f2b13b3b99cb2ef993e56445a5d1550
Revert "Add a notion of "physical" sysroot, use for remote writing"

This reverts commit 1eff3e83436b6129c0dc350dbbda52ba330e3834. There
are a few issues with it.  It's not a critical thing for now, so
let's ugly up the git history and revisit when we have time to
debug it and add more tests.

Besides the below issue, I noticed that the simple `ostree remote add`
now writes to `/ostree/repo/config` because we *aren't* using the
`--sysroot` argument.

Closes: https://github.com/ostreedev/ostree/issues/901
Closes: #902
Approved by: mike-nguyen
src/libostree/ostree-repo-private.h
src/libostree/ostree-repo.c
src/libostree/ostree-sysroot-private.h
src/libostree/ostree-sysroot.c
src/ostree/ot-remote-builtin-add.c
tests/admin-test.sh
tests/test-admin-deploy-grub2.sh
tests/test-admin-deploy-syslinux.sh
tests/test-admin-deploy-uboot.sh